home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_hero.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  340 b   |  23 lines

  1. //
  2. // Hero unit AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        Moves around at players request and imposes influence on area.
  7. //
  8. //    Notes:
  9. //
  10. //    Known Problems:
  11. //
  12.  
  13. #include("Land No Pursuit.tai")
  14.  
  15. // restore the ability to respond to attacks
  16. Idle
  17. {
  18.     AmIUnderAttack true(UnderAttack)
  19. }
  20.  
  21. #include("Healer.tai")
  22.  
  23. #include("Patrol.tai")